home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / GROUND.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-10  |  147 b   |  8 lines

  1. #ifndef _GROUND_
  2. #define _GROUND_
  3.  
  4. long Ground_Height(pobject test_obj);
  5. long Ground_Height_XY(MYFIXED x, MYFIXED y, psector sec);
  6.  
  7. #endif
  8.